projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57b337
)
(tags-apropos-additional-actions): Fix :type.
author
Dave Love
<fx@gnu.org>
Tue, 9 Jan 2001 15:25:35 +0000
(15:25 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 9 Jan 2001 15:25:35 +0000
(15:25 +0000)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 93322d0002aebede125c62f9dd3f85f84e79fd80..a6fa0f8e2892d80b9cd4949188d5a4c74f139303 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-158,7
+158,9
@@
Example value:
(\"Common Lisp\" common-lisp-hyperspec common-lisp-hyperspec-obarray)
(\"SCWM\" scwm-documentation scwm-obarray))"
:group 'etags
- :type 'list
+ :type '(repeat (list (string :tag "Title")
+ function
+ (sexp :tag "Tags to search")))
:version "21.1")
(defvar find-tag-marker-ring (make-ring find-tag-marker-ring-length)